home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 051-075 / 074 / less / position.h < prev    next >
Text File  |  1995-03-13  |  168b  |  8 lines

  1. /*
  2.  * Include file for interfacing to position.c modules.
  3.  */
  4. #define TOP             0
  5. #define TOP_PLUS_ONE    1
  6. #define BOTTOM          -1
  7. #define BOTTOM_PLUS_ONE -2
  8.